projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a497292
)
(speedbar-highlight-face): Fix face spec.
author
Andreas Schwab
<schwab@suse.de>
Thu, 5 Dec 2002 23:01:20 +0000
(23:01 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Thu, 5 Dec 2002 23:01:20 +0000
(23:01 +0000)
lisp/speedbar.el
patch
|
blob
|
history
diff --git
a/lisp/speedbar.el
b/lisp/speedbar.el
index 9b551fc0794cb18aa5de7b0e42f42b9e62a08c97..0781c4707b3247b344daa9df2aa858015842911f 100644
(file)
--- a/
lisp/speedbar.el
+++ b/
lisp/speedbar.el
@@
-4174,10
+4174,10
@@
TEXT is the buffer's name, TOKEN and INDENT are unused."
(:background "green"))
(((class color) (background dark))
(:background "sea green"))
- (((class grayscale mono
chrome
)
+ (((class grayscale mono)
(background light))
(:background "black"))
- (((class grayscale mono
chrome
)
+ (((class grayscale mono)
(background dark))
(:background "white")))
"Face used for highlighting buttons with the mouse."